03. Quiz: UnityEngine vs UnityEditor

What Is the Difference Between UnityEngine and UnityEditor?

UnityEngine namespace vs UnityEditor namespace

Which statements are true for the UnityEngine namespace and the UnityEditor namespace?

SOLUTION:
  • The **UnityEngine** namespace contains the code that runs live in your VR app
  • The **UnityEngine** namespace organizes the code that runs live in your VR app into a tree of functionality